home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / pdselect / awnp / awnp-docs / scroller.doc < prev    next >
Text File  |  2000-02-16  |  2KB  |  87 lines

  1. Scroller gadget event.
  2. -------------------------
  3.  
  4. 'gadget GID scroller_value'
  5.  
  6. Scroller gadget parameters.
  7. -------------------------
  8.  
  9. font=GID
  10.  
  11. This sets the font for the gadget. The GID points to an ALREADY defined text attribute.
  12.  
  13. readonly (ro)
  14.  
  15.  This gadget is read only.
  16.  
  17. disable=number (dis=)
  18.  
  19.  The gadget is disabled if number = 0 , enabled if number != 0. Defaults to enabled.
  20.  
  21. vertical   (v)
  22.  
  23.  This gadget is free vertically, defaults to free horizontally.
  24.  
  25. arrows (a)
  26.  
  27.  Switch to display arrows for this gadget.
  28.  
  29. delta=number
  30.  
  31.  The change in the gadget when an arrow is clicked. Defaults to 1.
  32.  
  33. knob=number
  34.  
  35.  The size of the knob in the slider.
  36.  
  37. maxnumber=number (maxn=)
  38.  
  39.  Maximum value for this gadget. Defaults to 100.
  40.  
  41. defnumber=number  (defn=)
  42.  
  43.  Value for this gadget when window is opened. Defaults to 0.
  44.  
  45. minwidth=number (minw=)
  46.  
  47.  Set the minimum width for this gadget
  48.  
  49. minheight=number (minh=)
  50.  
  51.  Set the minimum height for this gadget
  52.  
  53. weightedwidth=number (weiw=)
  54.  
  55.  Set the weighted width for this gadget
  56.  
  57. weightedheight=number (weih=)
  58.  
  59.  Set the weighted height for this gadget
  60.  
  61. nominalsize (noms)
  62.  
  63.  Set this gadget to its nominal size.
  64.  
  65. replace=GID
  66.  
  67.  Use this gadget to replace an existing gadget specified by GID.
  68.  
  69. Definition Reply
  70. -----------------
  71.  
  72.  When the gadget creation is successful the pipe replies with
  73.  
  74. 'ok GID'
  75.  
  76. Scroller gadget modify parameters.
  77. -------------------------
  78.  
  79. disable=number (dis=)
  80.  
  81.  The gadget is disabled if number = 0 , enabled if number != 0. 
  82.  
  83. defnumber=number  (defn=)
  84.  
  85.  Value for this gadget.
  86.  
  87.